home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat5 / networks.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  1.6 KB  |  42 lines

  1.  
  2. NETWORKS(5)                UNIX Programmer's Manual                NETWORKS(5)
  3.  
  4. NNAAMMEE
  5.      nneettwwoorrkkss - network name data base
  6.  
  7. DDEESSCCRRIIPPTTIIOONN
  8.      The networks file contains information regarding the known networks which
  9.      comprise the DARPA Internet.  For each network a single line should be
  10.      present with the following information:
  11.  
  12.            official network name
  13.            network number
  14.            aliases
  15.  
  16.      Items are separated by any number of blanks and/or tab characters.  A
  17.      ``#'' indicates the beginning of a comment; characters up to the end of
  18.      the line are not interpreted by routines which search the file.  This
  19.      file is normally created from the official network data base maintained
  20.      at the Network Information Control Center (NIC), though local changes may
  21.      be required to bring it up to date regarding unofficial aliases and/or
  22.      unknown networks.
  23.  
  24.      Network number may be specified in the conventional ``.''  (dot) notation
  25.      using the inet_network(3) routine from the Internet address manipulation
  26.      library, inet(3).  Network names may contain any printable character oth-
  27.      er than a field delimiter, newline, or comment character.
  28.  
  29. FFIILLEESS
  30.      /etc/networks  The nneettwwoorrkkss file resides in _/_e_t_c.
  31.  
  32. SSEEEE AALLSSOO
  33.      getnetent(3)
  34.  
  35. BBUUGGSS
  36.      A name server should be used instead of a static file.
  37.  
  38. HHIISSTTOORRYY
  39.      The nneettwwoorrkkss file format appeared in 4.2BSD.
  40.  
  41. 4.2 Berkeley Distribution        June 5, 1993                                1
  42.